home *** CD-ROM | disk | FTP | other *** search
- #[document 33.15 24.1 166.2 133.1
- static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
- static stroked="stroked";
- static vert="vertical",horz="horizontal";
- static miter="miter",bevel="bevel",round="round";
- static butt="butt",proj="projected";
- #[page
- auto m=move,l=line,c=curve;
- auto p;
- gc_cspace("Lab");
- gc_color(100.0,0.0,0.0);
- rect(0,0,0,0);
- auto ng;ng=draw(path());
- auto s=array(ng);
- m(72.15,30.25);
- c(48.05,10.40,83.55,92.05,93.80,121.55);
- c(104.30,151.15,150.20,13.85,124.60,32.15);
- c(101.85,48.40,79.55,65.70,56.75,82.05);
- c(33.15,98.85,166.20,104.50,143.90,86.00);
- c(120.55,66.75,95.60,49.45,72.15,30.25);
- close_edge();
- p=path();
- gc_color(0.00,0.00,0.00);
- s[0]=draw(p);
- m(26.25,133.10);
- l(26.25,24.10);
- l(173.90,24.10);
- l(173.90,133.10);
- l(26.25,133.10);
- close_edge();
- p=path();
- s[1]=draw(p);
- s[0]in=s[1];
- page:=s[0];
- s=NULL;
- #]page
- #]document
-